CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - feature point

搜索资源列表

  1. SIFT_pj

    0下载:
  2. 用sift检测特征点来进行图像的无缝拼接。实验证明在视角和灰度变换不大的情况下,此算法拼接效果良好。-Seamless image with sift detection feature point. Experimental results show the small viewing angle and gray scale transform, the splicing effect of this algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1081804
    • 提供者:luruitao
  1. SC_demo

    1下载:
  2. 整理图像特征点提取和分类的程序(可以作为场景分类的前期工作),自己调试过能运行,特征点提取用的SIFT算法,使用K-means聚类算法,将得到的20个聚类中心写入txt文本中-Finishing the image feature point extraction and classification procedures (which can be as the preparatory work of the scene classification), their own debugging
  3. 所属分类:Special Effects

    • 发布日期:2015-05-21
    • 文件大小:5055488
    • 提供者:木易
  1. source

    1下载:
  2. panorama [Implementation] *Feature Detection *Feature Matching *Cylindrical Warping *Alignment *Blending 大概流程是: *對每張圖算各自的feature point descr iptor *兩兩去比對特徵點,找到很像的特徵就當他們match *每兩張圖會有很多組match的特徵點,用這個去算圖片的轉換矩陣 *圖片轉換後縫起來,兩兩之間
  3. 所属分类:Special Effects

    • 发布日期:2017-06-14
    • 文件大小:21792381
    • 提供者:王之盈
  1. fingerprint-minutiae-extraction

    0下载:
  2. 指纹细节提取主要分为两大步骤,即指纹的预处理、特征点的提取、伪特征点去除三个步骤。-Fingerprint minutiae extraction is divided into two steps, fingerprint preprocessing, feature point extraction, pseudo feature points, removal of three steps.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-28
    • 文件大小:10225
    • 提供者:kristena
  1. mosaic

    0下载:
  2. SIFT是具有鲁棒性的特征点提取算法,本程序就是基于SIFT的图像拼接-SIFT is a robust feature point extraction algorithm, this procedure is based on the SIFT image stitching
  3. 所属分类:OpenCV

    • 发布日期:2017-06-03
    • 文件大小:15535973
    • 提供者:honey
  1. sift2

    0下载:
  2. sift算法,VC++ 6.0 开发,用于图像特征点提取,利用Opencv库进行开发-sift algorithm, VC++ 6.0 to develop for the image feature point extraction, Opencv library development
  3. 所属分类:OpenCV

    • 发布日期:2017-05-10
    • 文件大小:2493531
    • 提供者:李华灿
  1. matching

    1下载:
  2. 有关图像处理中图片匹配的vc++程序,采用特征点匹配-A VC++ program about the image processing in the image matching procedure, uses feature point matching
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-05-11
    • 文件大小:3752945
    • 提供者:张山
  1. tezhengdiantiqu

    0下载:
  2. Harris提取算法来完成特征点的提取,可以提取到比较多的点,但是后续还要滤除伪特征点才算比较完美。-Harris extraction algorithm to complete the feature point extraction
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:3443
    • 提供者:lili
  1. Harris

    0下载:
  2. 改进的harris特征点提取方法,该方法快速的实现了角点的提取- improved Harris feature point extraction method
  3. 所属分类:Special Effects

    • 发布日期:2017-06-09
    • 文件大小:16186750
    • 提供者:wpl
  1. fingerdetectmatlab

    0下载:
  2. 用matlab实现了指纹的预处理以及特征点的提取。-Using matlab fingerprint preprocessing and feature point extraction.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:447251
    • 提供者:王婧
  1. 1111

    0下载:
  2. sift特征点提取代码和对两幅图像提取特征点后进行特征点匹配,可用于图像拼接等。-sift feature point extraction code and feature point matching, the two image feature extraction point can be used for image stitching.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:237226
    • 提供者:张双
  1. sift-matlab

    0下载:
  2. 对3副图像分别用sift算法实现图像的特征点提取-Three images, respectively, sift algorithm of the image feature point extraction
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:619150
    • 提供者:bluedream
  1. SIFTMaching

    0下载:
  2. 根据David Lowe的SIFT编写了一个利用其进行特征点提取和匹配的程序,由于该库只支持PGM,所以自己又写了包括jpg等图片转为PGM的子函数-According to David Lowe' s SIFT to write a use of the feature point extraction and matching procedures, the library only supports PGM himself wrote including jpg and other
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:777928
    • 提供者:Andrew
  1. siftDemoV4

    0下载:
  2. 这是一个检测和匹配SIFT特征点的演示算法,同时还包含一个C程序用于载入特征点来做简单的特征匹配。-This is a detection and matching SIFT feature point presentation algorithm, but also contains a C program used to load the feature point to do a simple feature matching.
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:376417
    • 提供者:angeline
  1. ANNmanual

    0下载:
  2. ANN特征匹配算法的引导手册,教你学会正确使用ANN方法进行特征点匹配,努力学习-ANN feature matching algorithm to guide manual to teach you to learn the proper use of ANN for feature point matching, and study hard
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:252893
    • 提供者:张弛
  1. zhanglili-2302112110009

    0下载:
  2. 摄影测量的特征点采集。适用于测绘工程专业的学生做参考-Photogrammetry, feature point collection. For surveying and mapping engineering students to reference
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:4885
    • 提供者:lili
  1. feature_Match

    1下载:
  2. Moravec、Forstner算子,特征点提取、相关系数匹配、特征点匹配-Moravec&ForstnerOperator, feature point extraction, correlation matching, feature point matching
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3817690
    • 提供者:uney Liu
  1. MoravecAuto

    0下载:
  2. Moravec特征点提取,快速及自适应自动提取-Moravec feature point extraction, fast and adaptive automatic extraction
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:3742075
    • 提供者:uney Liu
  1. IMGReg

    0下载:
  2. 基于特征点的图像配准算法,选取特征点实现图像配准-Feature point-based image registration algorithm, select the feature point image registration
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2219962
    • 提供者:张智宇
  1. PicMatch

    0下载:
  2. 点特征提取算法 主要内容一.Moravec算子二.Forstner算子 1.点特征点特征主要指 明显点, 提取点特征的 算子称为兴趣 算子 -Point feature extraction algorithm main content. With Moravec operator. Forstner operator a point feature point feature refers to the obvious point, extract the point features of
  3. 所属分类:GIS program

    • 发布日期:2017-05-19
    • 文件大小:5545981
    • 提供者:bbmmgg
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 42 »
搜珍网 www.dssz.com